home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / AMOS / AMOSList-0697 / AMOSLIST / text0206.txt < prev    next >
Encoding:
Text File  |  1997-07-03  |  341 b   |  23 lines

  1. >>            tempx = (x * cang) + (z * sang)
  2. >>            tempz = (z * cang) - (x * sang)
  3.  
  4. >Hmm... here are tempx and tempz
  5.  
  6. >>            y=tempy
  7. >>            z=tempz
  8.  
  9. >but here are tempy and tempz. Where is the error?
  10.  
  11. Sorry about that! It should have read:
  12.  
  13. x=tempx
  14. z=tempz
  15.  
  16. Cheers,
  17.  
  18. Matt Craven
  19. Hedgehog Software
  20. mcraven629@aol.com
  21.  
  22.  
  23.